1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{C339FF9A-5576-498F-8274-DA67C0A76C18}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <StartupObject>VBReceiveWM_COPYDATA.My.MyApplication</StartupObject>
11 <RootNamespace>VBReceiveWM_COPYDATA</RootNamespace>
12 <AssemblyName>VBReceiveWM_COPYDATA</AssemblyName>
13 <FileAlignment>512</FileAlignment>
14 <MyType>WindowsForms</MyType>
15 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
16 <OptionExplicit>On</OptionExplicit>
17 <OptionCompare>Binary</OptionCompare>
18 <OptionStrict>Off</OptionStrict>
19 <OptionInfer>On</OptionInfer>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22 <DebugSymbols>true</DebugSymbols>
23 <DebugType>full</DebugType>
24 <DefineDebug>true</DefineDebug>
25 <DefineTrace>true</DefineTrace>
26 <OutputPath>..\Debug\</OutputPath>
27 <DocumentationFile>VBReceiveWM_COPYDATA.xml</DocumentationFile>
28 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugType>pdbonly</DebugType>
32 <DefineDebug>false</DefineDebug>
33 <DefineTrace>true</DefineTrace>
34 <Optimize>true</Optimize>
35 <OutputPath>..\Release\</OutputPath>
36 <DocumentationFile>VBReceiveWM_COPYDATA.xml</DocumentationFile>
37 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
40 <Reference Include="System" />
41 <Reference Include="System.Drawing" />
42 <Reference Include="System.Windows.Forms" />
43 <Reference Include="System.Core">
44 <RequiredTargetFramework>3.5</RequiredTargetFramework>
48 <Import Include="Microsoft.VisualBasic" />
49 <Import Include="System" />
50 <Import Include="System.Collections" />
51 <Import Include="System.Windows.Forms" />
52 <Import Include="System.Linq" />
55 <Compile Include="MainForm.vb">
56 <SubType>Form</SubType>
58 <Compile Include="MainForm.Designer.vb">
59 <DependentUpon>MainForm.vb</DependentUpon>
60 <SubType>Form</SubType>
62 <Compile Include="My Project\AssemblyInfo.vb" />
63 <Compile Include="My Project\Application.Designer.vb">
64 <AutoGen>True</AutoGen>
65 <DependentUpon>Application.myapp</DependentUpon>
67 <Compile Include="My Project\Resources.Designer.vb">
68 <AutoGen>True</AutoGen>
69 <DesignTime>True</DesignTime>
70 <DependentUpon>Resources.resx</DependentUpon>
72 <Compile Include="My Project\Settings.Designer.vb">
73 <AutoGen>True</AutoGen>
74 <DependentUpon>Settings.settings</DependentUpon>
75 <DesignTimeSharedInput>True</DesignTimeSharedInput>
79 <EmbeddedResource Include="MainForm.resx">
80 <DependentUpon>MainForm.vb</DependentUpon>
82 <EmbeddedResource Include="My Project\Resources.resx">
83 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
84 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
85 <CustomToolNamespace>My.Resources</CustomToolNamespace>
86 <SubType>Designer</SubType>
90 <None Include="My Project\Application.myapp">
91 <Generator>MyApplicationCodeGenerator</Generator>
92 <LastGenOutput>Application.Designer.vb</LastGenOutput>
94 <None Include="My Project\Settings.settings">
95 <Generator>SettingsSingleFileGenerator</Generator>
96 <CustomToolNamespace>My</CustomToolNamespace>
97 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
101 <Content Include="ReadMe.txt" />
103 <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
104 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
105 Other similar extension points exist, see Microsoft.Common.targets.
106 <Target Name="BeforeBuild">
108 <Target Name="AfterBuild">